home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / filesyst / dosfs / msdos-sy.00 / msdos-sy / msdos-sys-1.00 / Makefile < prev    next >
Makefile  |  1995-12-24  |  231b  |  10 lines

  1. BOOTDEVICE=/dev/fd0
  2. all: 
  3.     mkdir /usr/msdossys
  4.     dd if=${BOOTDEVICE} of=/usr/msdossys/bootsector bs=512 count=1
  5.     mcopy a:io.sys /usr/msdossys
  6.     mcopy a:msdos.sys /usr/msdossys
  7.     mcopy a:command.com /usr/msdossys
  8.     cp dossys /usr/bin
  9.  
  10.